-
-
Notifications
You must be signed in to change notification settings - Fork 347
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Third party adapters #462
Third party adapters #462
Conversation
The bug with TSUp is an underlying bug with |
Temporarily fixed the |
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
Codecov ReportAttention: ❗ Your organization needs to install the Codecov GitHub app to enable full functionality.
📢 Thoughts on this report? Let us know!. |
@wobsoriano I believe I broke Vue's |
@crutchcorn Doing something like Changing the Vue example to SFC - So I don't think there's a problem with the typings. Just using the incorrect directive which should be |
# Conflicts: # packages/form-core/src/FieldApi.ts # packages/form-core/src/FormApi.ts # packages/react-form/src/types.ts # packages/react-form/src/useField.tsx # packages/vue-form/src/types.ts # packages/vue-form/src/useField.tsx
# Conflicts: # packages/vue-form/src/tests/useForm.test.tsx
This PR implements an API akin to the following:
And makes it a reality.
Closes #428
TODO
zod
adapter into dedicated package